3 subject="""comment 1"""
4 date="2022-01-24T19:11:03Z"
6 Hmm, the git-annex-upgrade man page says "Upgrades the repository to the latest version"
7 and v10 is the latest version now. --version=8 will do what you want.
8 I think that people would generally be surprised if `git-annex upgrade` did
9 not upgrade to the latest supported version.
11 As for `git-annex init --version=6`, v6 is not a supported version, so that
12 was upgrading to v8 before. The git-annex-init man page says
13 "When the version given is one that automatically upgrades to a newer
14 version, it will automatically use the newer version instead."
15 and v6 does automatically upgrade to v10 now, so again this behavior is
16 following the documentation. Although so I suppose would be using v8 in the
17 brief amount of time v10 is not upgraded to by default.